Skip to content

Conversation

@pheuberger
Copy link
Member

Without this patch filtering doesn't work on collections. The following query returns all collections instead of the one that's filtered for:

{
  collections(where: { name: { eq: "test"}}) {
    data {
      name
      id
      hypercerts {
        hypercert_id
      }
    }
  }
}

The same holds true for ids.

Without this patch filtering doesn't work on collections. The following
query returns all collections instead of the one that's filtered for:

{
  collections(where: { name: { eq: "test"}}) {
    data {
      name
      id
      hypercerts {
        hypercert_id
      }
    }
  }
}

The same holds true for ids.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant